home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
USA Bestseller
/
USA BESTSELLER Vol 1-95 (Hepp-Computer)(1995).iso
/
e099
/
rbbs.sc_
/
rbbs.sc
Wrap
Text File
|
1992-08-15
|
308b
|
20 lines
;RBBS-PC login script template for Unicom 3
;
Delay(1000)
Send("^M")
Waitfor("Escape")
Delay(2000)
Send("^[")
Waitfor("name?")
Delay(200)
Send("FIRST^M") ; Set this to your 1st name
Waitfor("name?")
Delay(200)
Send("LAST^M")
Waitfor("Password")
Delay(1500)
Send("YOURPASSWORD^M")
Exit